home *** CD-ROM | disk | FTP | other *** search
/ Eagles Nest BBS 4 / Eagles_Nest_Mac_Collection_Disc_4.TOAST / Desktop Publishing / DTPAdv10 / DTP Master Forms / card_6537.txt < prev    next >
Text File  |  1988-09-02  |  9KB  |  438 lines

  1. -- card: 6537 from stack: in
  2. -- bmap block id: 12345
  3. -- flags: 0000
  4. -- background id: 5215
  5. -- name: Project definition form
  6. ----- HyperTalk script -----
  7. on openCard
  8.   global ProjectName, copyform
  9.   put ProjectName into field "project"
  10.   if copyform is not "DTP Master Forms" then
  11.     repeat with x is 2 to 6
  12.       set locktext of card field x to false
  13.     end repeat
  14.   end if
  15. end opencard
  16.  
  17. on closecard
  18.   hide card field mask
  19.   hide card button mask1
  20.   repeat with x is 2 to 6
  21.     set locktext of card field x to true
  22.   end repeat
  23. end closecard
  24.  
  25.  
  26. -- part 5 (button)
  27. -- low flags: 00
  28. -- high flags: A003
  29. -- rect: left=210 top=56 right=73 bottom=310
  30. -- title width / last selected line: 0
  31. -- icon id / first selected line: 0 / 0
  32. -- text alignment: 1
  33. -- font id: 3
  34. -- text size: 10
  35. -- style flags: 0
  36. -- line height: 13
  37. -- part name: Target Audience
  38. ----- HyperTalk script -----
  39. on mouseUp
  40.   global dtptutor, audiencelist, oktoopen
  41.   put card field "audience" into audiencelist
  42.   put "false" into oktoopen
  43.   Push card
  44.   visual barn door open
  45.   go to card "Audience" of stack dtptutor
  46. end mouseUp
  47.  
  48.  
  49.  
  50.  
  51. -- part 16 (button)
  52. -- low flags: 00
  53. -- high flags: A003
  54. -- rect: left=374 top=56 right=73 bottom=475
  55. -- title width / last selected line: 0
  56. -- icon id / first selected line: 0 / 0
  57. -- text alignment: 1
  58. -- font id: 3
  59. -- text size: 10
  60. -- style flags: 0
  61. -- line height: 13
  62. -- part name: Audience Features
  63. ----- HyperTalk script -----
  64. on mouseUp
  65.   global dtptutor, featureslist, oktoopen
  66.   put card field "features" into featureslist
  67.   put "false" into oktoopen
  68.   Push card
  69.   visual barn door open
  70.   go to card "features" of stack dtptutor
  71. end mouseUp
  72.  
  73.  
  74.  
  75.  
  76. -- part 17 (button)
  77. -- low flags: 00
  78. -- high flags: A003
  79. -- rect: left=210 top=195 right=212 bottom=310
  80. -- title width / last selected line: 0
  81. -- icon id / first selected line: 0 / 0
  82. -- text alignment: 1
  83. -- font id: 3
  84. -- text size: 10
  85. -- style flags: 0
  86. -- line height: 13
  87. -- part name: Tactics
  88. ----- HyperTalk script -----
  89. on mouseUp
  90.   global thedtpadvisor
  91.   Push card
  92.   visual barn door open
  93.   go to card "tactics" of stack thedtpadvisor
  94. end mouseUp
  95.  
  96.  
  97.  
  98.  
  99. -- part 18 (button)
  100. -- low flags: 00
  101. -- high flags: A003
  102. -- rect: left=38 top=194 right=211 bottom=138
  103. -- title width / last selected line: 0
  104. -- icon id / first selected line: 0 / 0
  105. -- text alignment: 1
  106. -- font id: 3
  107. -- text size: 10
  108. -- style flags: 0
  109. -- line height: 13
  110. -- part name: Strategy
  111. ----- HyperTalk script -----
  112. on mouseUp
  113.   global dtptutor, strategylist, oktoopen
  114.   put card field "strategy" into strategylist
  115.   put "false" into oktoopen
  116.   Push card
  117.   visual barn door open
  118.   go to card "strategy" of stack dtptutor
  119. end mouseUp
  120.  
  121.  
  122.  
  123.  
  124. -- part 21 (button)
  125. -- low flags: 00
  126. -- high flags: A003
  127. -- rect: left=8 top=26 right=41 bottom=72
  128. -- title width / last selected line: 0
  129. -- icon id / first selected line: 0 / 0
  130. -- text alignment: 1
  131. -- font id: 3
  132. -- text size: 9
  133. -- style flags: 0
  134. -- line height: 12
  135. -- part name: 4/1/88
  136. ----- HyperTalk script -----
  137. on mouseUp
  138.   set the name of me to the date
  139. end mouseUp
  140.  
  141.  
  142. -- part 22 (button)
  143. -- low flags: 00
  144. -- high flags: 2000
  145. -- rect: left=443 top=0 right=19 bottom=464
  146. -- title width / last selected line: 0
  147. -- icon id / first selected line: 0 / 0
  148. -- text alignment: 1
  149. -- font id: 0
  150. -- text size: 12
  151. -- style flags: 0
  152. -- line height: 16
  153. -- part name: 
  154. ----- HyperTalk script -----
  155. on mouseUp
  156.   global TheDTPAdvisor
  157.   visual venetian blinds
  158.   go to card "step by step" of stack TheDTPAdvisor
  159. end mouseUp
  160.  
  161.  
  162.  
  163.  
  164. -- part 24 (button)
  165. -- low flags: 00
  166. -- high flags: A003
  167. -- rect: left=36 top=56 right=73 bottom=136
  168. -- title width / last selected line: 0
  169. -- icon id / first selected line: 0 / 0
  170. -- text alignment: 1
  171. -- font id: 3
  172. -- text size: 10
  173. -- style flags: 0
  174. -- line height: 13
  175. -- part name: Objective
  176. ----- HyperTalk script -----
  177. on mouseUp
  178.   global dtptutor, objectlist, oktoopen
  179.   put card field "objective" into objectlist
  180.   put "false" into oktoopen
  181.   Push card
  182.   visual barn door open
  183.   go to card "Objective" of stack dtptutor
  184. end mouseUp
  185.  
  186.  
  187.  
  188.  
  189. -- part 25 (button)
  190. -- low flags: 00
  191. -- high flags: 0000
  192. -- rect: left=366 top=0 right=19 bottom=384
  193. -- title width / last selected line: 0
  194. -- icon id / first selected line: 0 / 0
  195. -- text alignment: 1
  196. -- font id: 0
  197. -- text size: 12
  198. -- style flags: 0
  199. -- line height: 16
  200. -- part name: 
  201. ----- HyperTalk script -----
  202. on mouseUp
  203.   Visual Barn door open
  204.   go to previous card
  205. end mouseUp
  206.  
  207.  
  208.  
  209. -- part 26 (button)
  210. -- low flags: 00
  211. -- high flags: A003
  212. -- rect: left=267 top=327 right=342 bottom=337
  213. -- title width / last selected line: 0
  214. -- icon id / first selected line: 0 / 0
  215. -- text alignment: 1
  216. -- font id: 3
  217. -- text size: 10
  218. -- style flags: 0
  219. -- line height: 13
  220. -- part name: Print
  221. ----- HyperTalk script -----
  222. on mouseUp
  223.   global maskstatus
  224.   put "true" into maskstatus
  225.   show card field mask
  226.   show card button mask1
  227.   doMenu "print card"
  228.   hide card button mask1
  229.   hide card field mask
  230.   put false into maskstatus
  231. end mouseUp
  232.  
  233.  
  234.  
  235. -- part 28 (field)
  236. -- low flags: 01
  237. -- high flags: 0000
  238. -- rect: left=7 top=0 right=20 bottom=368
  239. -- title width / last selected line: 0
  240. -- icon id / first selected line: 0 / 0
  241. -- text alignment: 0
  242. -- font id: 33
  243. -- text size: 14
  244. -- style flags: 2048
  245. -- line height: 18
  246. -- part name: 
  247.  
  248.  
  249. -- part 31 (button)
  250. -- low flags: 00
  251. -- high flags: 0000
  252. -- rect: left=353 top=0 right=18 bottom=373
  253. -- title width / last selected line: 0
  254. -- icon id / first selected line: 28672 / 28672
  255. -- text alignment: 1
  256. -- font id: 0
  257. -- text size: 12
  258. -- style flags: 0
  259. -- line height: 16
  260. -- part name: 
  261. ----- HyperTalk script -----
  262. on mouseup
  263.   show card field "info"
  264.   wait until the mouse is down
  265.   hide card field "Info"
  266. end mouseup
  267.  
  268.  
  269. -- part 36 (field)
  270. -- low flags: 01
  271. -- high flags: 4000
  272. -- rect: left=6 top=78 right=188 bottom=167
  273. -- title width / last selected line: 0
  274. -- icon id / first selected line: 0 / 0
  275. -- text alignment: 0
  276. -- font id: 3
  277. -- text size: 10
  278. -- style flags: 0
  279. -- line height: 13
  280. -- part name: objective
  281.  
  282.  
  283. -- part 37 (field)
  284. -- low flags: 01
  285. -- high flags: 4000
  286. -- rect: left=174 top=78 right=188 bottom=335
  287. -- title width / last selected line: 0
  288. -- icon id / first selected line: 0 / 0
  289. -- text alignment: 0
  290. -- font id: 3
  291. -- text size: 10
  292. -- style flags: 0
  293. -- line height: 13
  294. -- part name: Audience
  295.  
  296.  
  297. -- part 38 (field)
  298. -- low flags: 01
  299. -- high flags: 4000
  300. -- rect: left=342 top=78 right=188 bottom=503
  301. -- title width / last selected line: 0
  302. -- icon id / first selected line: 0 / 0
  303. -- text alignment: 0
  304. -- font id: 3
  305. -- text size: 10
  306. -- style flags: 0
  307. -- line height: 13
  308. -- part name: Features
  309.  
  310.  
  311. -- part 39 (field)
  312. -- low flags: 01
  313. -- high flags: 4000
  314. -- rect: left=7 top=214 right=324 bottom=168
  315. -- title width / last selected line: 0
  316. -- icon id / first selected line: 0 / 0
  317. -- text alignment: 0
  318. -- font id: 3
  319. -- text size: 10
  320. -- style flags: 0
  321. -- line height: 13
  322. -- part name: Strategy
  323.  
  324.  
  325. -- part 40 (field)
  326. -- low flags: 01
  327. -- high flags: 4000
  328. -- rect: left=175 top=214 right=323 bottom=335
  329. -- title width / last selected line: 0
  330. -- icon id / first selected line: 0 / 0
  331. -- text alignment: 0
  332. -- font id: 3
  333. -- text size: 10
  334. -- style flags: 0
  335. -- line height: 13
  336. -- part name: Tactics
  337.  
  338.  
  339. -- part 41 (field)
  340. -- low flags: 80
  341. -- high flags: 2004
  342. -- rect: left=105 top=82 right=199 bottom=442
  343. -- title width / last selected line: 0
  344. -- icon id / first selected line: 0 / 0
  345. -- text alignment: 0
  346. -- font id: 3
  347. -- text size: 10
  348. -- style flags: 0
  349. -- line height: 13
  350. -- part name: info
  351. ----- HyperTalk script -----
  352.  
  353.  
  354.  
  355.  
  356. -- part 42 (field)
  357. -- low flags: 81
  358. -- high flags: 0001
  359. -- rect: left=0 top=323 right=343 bottom=512
  360. -- title width / last selected line: 0
  361. -- icon id / first selected line: 0 / 0
  362. -- text alignment: 0
  363. -- font id: 3
  364. -- text size: 12
  365. -- style flags: 0
  366. -- line height: 16
  367. -- part name: mask
  368. ----- HyperTalk script -----
  369. on mouseup
  370.   hide me
  371. end mouseup
  372.  
  373.  
  374. -- part 43 (button)
  375. -- low flags: 80
  376. -- high flags: 4001
  377. -- rect: left=340 top=0 right=20 bottom=511
  378. -- title width / last selected line: 0
  379. -- icon id / first selected line: 0 / 0
  380. -- text alignment: 1
  381. -- font id: 0
  382. -- text size: 12
  383. -- style flags: 0
  384. -- line height: 16
  385. -- part name: mask1
  386. ----- HyperTalk script -----
  387. on mouseUp
  388.   set hilight of me to true
  389.   hide me
  390.  
  391. end mouseUp
  392.  
  393.  
  394.  
  395. -- part contents for background part 31
  396. ----- text -----
  397. PROJECT:
  398.  
  399.  
  400.  
  401. -- part contents for card part 28
  402. ----- text -----
  403. P R O J E C T    D E F I N I T I O N
  404.  
  405. -- part contents for card part 41
  406. ----- text -----
  407.  
  408. Use the PROJECT DEFINITION form to record the decisions you make in setting goals and marketing objectives for a project. 
  409.  
  410. Take the time to understand and fill in the information for each area. If what is needed is unclear, click the appropriate button for further explanation.
  411.  
  412.  
  413. -- part contents for card part 36
  414. ----- text -----
  415.  
  416.  
  417.  
  418. -- part contents for card part 37
  419. ----- text -----
  420.  
  421.  
  422.  
  423.  
  424.  
  425. -- part contents for card part 38
  426. ----- text -----
  427.  
  428.  
  429.  
  430.  
  431.  
  432.  
  433.  
  434.  
  435.  
  436. -- part contents for background part 30
  437. ----- text -----
  438. DTP Master Forms